-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: 업로드 안되는 버그 및 업로드 화면 개선 #272
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다! 이전 프로젝트 현황 공유에서 위치가 영어면 글씨들이 넘치는 부분이 있었는데 이 부분도 케어가능하실까요?
@@ -159,9 +161,10 @@ class Provider: ProviderType { | |||
sessionTaskDelegate: URLSessionTaskDelegate? = nil, | |||
delegateQueue: OperationQueue? = nil) async throws -> Data { | |||
guard let url = URL(string: url) else { throw NetworkError.components } | |||
guard let mimeType = UTType(filenameExtension: fromFile.pathExtension)?.preferredMIMEType else { throw NetworkError.unknown } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 프로필 사진 업로드에도 사용해야겠어요. 감사합니다.
UIView.animate(withDuration: 0.3, delay: 0.5, options: .curveEaseOut, animations: { | ||
toastLabel.alpha = 1.0 | ||
}, completion: { _ in | ||
toastLabel.removeFromSuperview() | ||
UIView.animate(withDuration: 1.0, delay: 1.0, options: .curveEaseOut, animations: { | ||
toastLabel.alpha = 0.0 | ||
}, completion: { _ in | ||
toastLabel.removeFromSuperview() | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -155,7 +173,12 @@ extension EditVideoViewController: EditVideoDisplayLogic { | |||
loopStart: .zero, | |||
duration: viewModel.duration) | |||
loopingPlayerView.play() | |||
loopingPlayerView.player?.isMuted = soundButton.isSelected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~ approve 하겠습니다~
@chopmozzi 주소 길어질 경우 글자크기가 줄어들도록 변경해놓았습니다 ! |
🧑🚀 PR 요약
해당 pr에서 작업한 내역을 적어주세요.
RPReplay_Final1702147015.MP4
RPReplay_Final1702147182.MP4
Linked Issue
close #268